projects
/
project
/
omcproxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36adc79
)
scripts: devel-build: disable json-c tests
author
Álvaro Fernández Rojas
<
[email protected]
>
Fri, 14 Nov 2025 07:35:18 +0000
(08:35 +0100)
committer
Álvaro Fernández Rojas
<
[email protected]
>
Fri, 14 Nov 2025 13:23:28 +0000
(14:23 +0100)
Disable BUILD_TESTING to save time when building json-c.
Signed-off-by: Álvaro Fernández Rojas <
[email protected]
>
scripts/devel-build.sh
patch
|
blob
|
history
diff --git
a/scripts/devel-build.sh
b/scripts/devel-build.sh
index ae9ade62828fc0d5238a048ffb3cdf818374df96..8d1569b0276f1d2c3255947164cc54657ec3046e 100755
(executable)
--- a/
scripts/devel-build.sh
+++ b/
scripts/devel-build.sh
@@
-32,6
+32,7
@@
cmake \
-DCMAKE_PREFIX_PATH="${BUILDDIR}" \
-DBUILD_SHARED_LIBS=OFF \
-DDISABLE_EXTRA_LIBS=ON \
+ -DBUILD_TESTING=OFF \
--install-prefix "${BUILDDIR}"
make
make install